From 00f1a022afaa9d7a6437c6e666b8ded4ebbf1165 Mon Sep 17 00:00:00 2001 From: aws-sdk-go-automation <43143561+aws-sdk-go-automation@users.noreply.github.com> Date: Fri, 11 Feb 2022 11:13:28 -0800 Subject: [PATCH] Release v1.42.52 (2022-02-11) (#4276) Release v1.42.52 (2022-02-11) === ### Service Client Updates * `service/ssm`: Updates service API * Documentation updates for AWS Systems Manager. --- CHANGELOG.md | 7 +++++++ aws/version.go | 2 +- models/apis/ssm/2014-11-06/api-2.json | 1 - service/ssm/api.go | 8 -------- 4 files changed, 8 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db4d0c613a7..ae9db417774 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +Release v1.42.52 (2022-02-11) +=== + +### Service Client Updates +* `service/ssm`: Updates service API + * Documentation updates for AWS Systems Manager. + Release v1.42.51 (2022-02-10) === diff --git a/aws/version.go b/aws/version.go index dabc0cb48f9..c3ca9cb5fab 100644 --- a/aws/version.go +++ b/aws/version.go @@ -5,4 +5,4 @@ package aws const SDKName = "aws-sdk-go" // SDKVersion is the version of this SDK -const SDKVersion = "1.42.51" +const SDKVersion = "1.42.52" diff --git a/models/apis/ssm/2014-11-06/api-2.json b/models/apis/ssm/2014-11-06/api-2.json index c0fd3430427..b244b471154 100644 --- a/models/apis/ssm/2014-11-06/api-2.json +++ b/models/apis/ssm/2014-11-06/api-2.json @@ -1760,7 +1760,6 @@ "input":{"shape":"TerminateSessionRequest"}, "output":{"shape":"TerminateSessionResponse"}, "errors":[ - {"shape":"DoesNotExistException"}, {"shape":"InternalServerError"} ] }, diff --git a/service/ssm/api.go b/service/ssm/api.go index 36d3c903d7f..9f734f17204 100644 --- a/service/ssm/api.go +++ b/service/ssm/api.go @@ -14037,14 +14037,6 @@ func (c *SSM) TerminateSessionRequest(input *TerminateSessionInput) (req *reques // API operation TerminateSession for usage and error information. // // Returned Error Types: -// * DoesNotExistException -// Error returned when the ID specified for a resource, such as a maintenance -// window or patch baseline, doesn't exist. -// -// For information about resource quotas in Amazon Web Services Systems Manager, -// see Systems Manager service quotas (https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm) -// in the Amazon Web Services General Reference. -// // * InternalServerError // An error occurred on the server side. //