From 7ac93bcc764dba8d4e46cbf5b2d2cba9b395880c Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 11 Feb 2022 19:06:44 +0000 Subject: [PATCH] Update to latest models --- .changes/next-release/api-change-ssm-91829.json | 5 +++++ botocore/data/ssm/2014-11-06/service-2.json | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .changes/next-release/api-change-ssm-91829.json diff --git a/.changes/next-release/api-change-ssm-91829.json b/.changes/next-release/api-change-ssm-91829.json new file mode 100644 index 0000000000..cccfb0be40 --- /dev/null +++ b/.changes/next-release/api-change-ssm-91829.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ssm``", + "description": "Documentation updates for AWS Systems Manager." +} diff --git a/botocore/data/ssm/2014-11-06/service-2.json b/botocore/data/ssm/2014-11-06/service-2.json index 2c2901584d..1ebd3125b1 100644 --- a/botocore/data/ssm/2014-11-06/service-2.json +++ b/botocore/data/ssm/2014-11-06/service-2.json @@ -1879,7 +1879,6 @@ "input":{"shape":"TerminateSessionRequest"}, "output":{"shape":"TerminateSessionResponse"}, "errors":[ - {"shape":"DoesNotExistException"}, {"shape":"InternalServerError"} ], "documentation":"

Permanently ends a session and closes the data connection between the Session Manager client and SSM Agent on the managed node. A terminated session isn't be resumed.

"