From 9ed886def38e68a9e072604a3e7facab1b8857a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 12:25:55 +0000 Subject: [PATCH] chore: update SSM default parameters (#6917) --- moto/ssm/resources/regions.json | 36 ++++++++++++++++++++++++++++++++ moto/ssm/resources/services.json | 36 ++++++++++++++++++++++++++++++++ 2 files changed, 72 insertions(+) diff --git a/moto/ssm/resources/regions.json b/moto/ssm/resources/regions.json index 3469a99da..6c226b21f 100644 --- a/moto/ssm/resources/regions.json +++ b/moto/ssm/resources/regions.json @@ -5676,6 +5676,15 @@ "trustedadvisor": { "Value": "trustedadvisor" }, + "verified-access": { + "Value": "verified-access", + "endpoint": { + "Value": "ec2.ap-northeast-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "verifiedpermissions": { "Value": "verifiedpermissions", "endpoint": { @@ -15187,6 +15196,15 @@ "trustedadvisor": { "Value": "trustedadvisor" }, + "verified-access": { + "Value": "verified-access", + "endpoint": { + "Value": "ec2.ap-southeast-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "verifiedpermissions": { "Value": "verifiedpermissions", "endpoint": { @@ -17893,6 +17911,15 @@ "Value": "HTTPS" } }, + "wickr": { + "Value": "wickr", + "endpoint": { + "Value": "api.messaging.wickr.ap-southeast-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "wisdom": { "Value": "wisdom", "endpoint": { @@ -34002,6 +34029,15 @@ "Value": "HTTPS" } }, + "codecatalyst": { + "Value": "codecatalyst", + "endpoint": { + "Value": "codecatalyst.global.api.aws" + }, + "protocols": { + "Value": "HTTPS" + } + }, "codecommit": { "Value": "codecommit", "endpoint": { diff --git a/moto/ssm/resources/services.json b/moto/ssm/resources/services.json index 631c52bed..96b1e6fc1 100644 --- a/moto/ssm/resources/services.json +++ b/moto/ssm/resources/services.json @@ -11440,6 +11440,15 @@ "Value": "Amazon CodeCatalyst" }, "regions": { + "eu-west-1": { + "Value": "eu-west-1", + "endpoint": { + "Value": "codecatalyst.global.api.aws" + }, + "protocols": { + "Value": "HTTPS" + } + }, "us-west-2": { "Value": "us-west-2", "endpoint": { @@ -59663,6 +59672,24 @@ "Value": "https://aws.amazon.com/verified-access/" }, "regions": { + "ap-northeast-1": { + "Value": "ap-northeast-1", + "endpoint": { + "Value": "ec2.ap-northeast-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ap-southeast-1": { + "Value": "ap-southeast-1", + "endpoint": { + "Value": "ec2.ap-southeast-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-southeast-2": { "Value": "ap-southeast-2", "endpoint": { @@ -61494,6 +61521,15 @@ "Value": "https://aws.amazon.com/wickr/" }, "regions": { + "ap-southeast-2": { + "Value": "ap-southeast-2", + "endpoint": { + "Value": "api.messaging.wickr.ap-southeast-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ca-central-1": { "Value": "ca-central-1", "endpoint": {