From 48bfda642aa9204bdd4f42cfd1b95adc61a4b58d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 08:50:51 +0000 Subject: [PATCH] chore: update SSM default parameters (#6445) --- moto/ssm/resources/regions.json | 45 ++++++++++++++++++++++++++++++++ moto/ssm/resources/services.json | 45 ++++++++++++++++++++++++++++++++ 2 files changed, 90 insertions(+) diff --git a/moto/ssm/resources/regions.json b/moto/ssm/resources/regions.json index 57913cc79..39523331b 100644 --- a/moto/ssm/resources/regions.json +++ b/moto/ssm/resources/regions.json @@ -14065,6 +14065,15 @@ "Value": "HTTPS" } }, + "nimble": { + "Value": "nimble", + "endpoint": { + "Value": "nimble.ap-southeast-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "notifications": { "Value": "notifications" }, @@ -26081,6 +26090,15 @@ "Value": "HTTPS" } }, + "nimble": { + "Value": "nimble", + "endpoint": { + "Value": "nimble.eu-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "notifications": { "Value": "notifications" }, @@ -29235,6 +29253,15 @@ "Value": "HTTPS" } }, + "nimble": { + "Value": "nimble", + "endpoint": { + "Value": "nimble.eu-north-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "notifications": { "Value": "notifications" }, @@ -34062,6 +34089,15 @@ "Value": "HTTPS" } }, + "nimble": { + "Value": "nimble", + "endpoint": { + "Value": "nimble.eu-west-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "notifications": { "Value": "notifications" }, @@ -48436,6 +48472,15 @@ "Value": "HTTPS" } }, + "nimble": { + "Value": "nimble", + "endpoint": { + "Value": "nimble.us-east-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "notifications": { "Value": "notifications" }, diff --git a/moto/ssm/resources/services.json b/moto/ssm/resources/services.json index c423b8d4c..0e095dfeb 100644 --- a/moto/ssm/resources/services.json +++ b/moto/ssm/resources/services.json @@ -38873,6 +38873,15 @@ "Value": "HTTPS" } }, + "ap-southeast-1": { + "Value": "ap-southeast-1", + "endpoint": { + "Value": "nimble.ap-southeast-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-southeast-2": { "Value": "ap-southeast-2", "endpoint": { @@ -38891,6 +38900,33 @@ "Value": "HTTPS" } }, + "eu-central-1": { + "Value": "eu-central-1", + "endpoint": { + "Value": "nimble.eu-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "eu-north-1": { + "Value": "eu-north-1", + "endpoint": { + "Value": "nimble.eu-north-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "eu-west-1": { + "Value": "eu-west-1", + "endpoint": { + "Value": "nimble.eu-west-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "eu-west-2": { "Value": "eu-west-2", "endpoint": { @@ -38909,6 +38945,15 @@ "Value": "HTTPS" } }, + "us-east-2": { + "Value": "us-east-2", + "endpoint": { + "Value": "nimble.us-east-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "us-west-2": { "Value": "us-west-2", "endpoint": {