diff --git a/moto/ssm/resources/regions.json b/moto/ssm/resources/regions.json index 3469a99da8d8..6c226b21f926 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 631c52bed90f..96b1e6fc15ac 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": {