From bc2628617cc43cbffd11e67d8d0941a09a7a2a7b Mon Sep 17 00:00:00 2001 From: viren-nadkarni <5170829+viren-nadkarni@users.noreply.github.com> Date: Sun, 31 May 2026 12:50:11 +0000 Subject: [PATCH] chore: update SSM default parameters --- moto/ssm/resources/regions.json | 101 +++++++++++++++++++++++++++++-- moto/ssm/resources/services.json | 101 +++++++++++++++++++++++++++++-- 2 files changed, 194 insertions(+), 8 deletions(-) diff --git a/moto/ssm/resources/regions.json b/moto/ssm/resources/regions.json index db1e522605a6..bf95522a2a33 100644 --- a/moto/ssm/resources/regions.json +++ b/moto/ssm/resources/regions.json @@ -3978,6 +3978,15 @@ "Value": "HTTPS, HTTP" } }, + "codedeploy": { + "Value": "codedeploy", + "endpoint": { + "Value": "codedeploy.ap-east-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "cognito-identity": { "Value": "cognito-identity", "endpoint": { @@ -8084,7 +8093,13 @@ } }, "awstransform": { - "Value": "awstransform" + "Value": "awstransform", + "endpoint": { + "Value": "transform.ap-northeast-2.api.aws" + }, + "protocols": { + "Value": "HTTPS" + } }, "backup": { "Value": "backup", @@ -12516,7 +12531,13 @@ } }, "awstransform": { - "Value": "awstransform" + "Value": "awstransform", + "endpoint": { + "Value": "transform.ap-south-1.api.aws" + }, + "protocols": { + "Value": "HTTPS" + } }, "backup": { "Value": "backup", @@ -25416,6 +25437,15 @@ "Value": "HTTPS" } }, + "codedeploy": { + "Value": "codedeploy", + "endpoint": { + "Value": "codedeploy.ap-southeast-5.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "codepipeline": { "Value": "codepipeline", "endpoint": { @@ -26301,6 +26331,15 @@ "Value": "HTTPS" } }, + "rekognition": { + "Value": "rekognition", + "endpoint": { + "Value": "rekognition.ap-southeast-5.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "resource-explorer-2": { "Value": "resource-explorer-2", "endpoint": { @@ -26923,6 +26962,15 @@ "Value": "HTTPS" } }, + "codedeploy": { + "Value": "codedeploy", + "endpoint": { + "Value": "codedeploy.ap-southeast-6.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "cognito-identity": { "Value": "cognito-identity", "endpoint": { @@ -28163,6 +28211,15 @@ "Value": "HTTPS" } }, + "codedeploy": { + "Value": "codedeploy", + "endpoint": { + "Value": "codedeploy.ap-southeast-7.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "cognito-identity": { "Value": "cognito-identity", "endpoint": { @@ -28874,6 +28931,15 @@ "Value": "HTTPS" } }, + "rekognition": { + "Value": "rekognition", + "endpoint": { + "Value": "rekognition.ap-southeast-7.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "resource-explorer-2": { "Value": "resource-explorer-2", "endpoint": { @@ -29512,7 +29578,13 @@ } }, "awstransform": { - "Value": "awstransform" + "Value": "awstransform", + "endpoint": { + "Value": "transform.ca-central-1.api.aws" + }, + "protocols": { + "Value": "HTTPS" + } }, "b2bi": { "Value": "b2bi", @@ -49715,7 +49787,13 @@ } }, "awstransform": { - "Value": "awstransform" + "Value": "awstransform", + "endpoint": { + "Value": "transform.eu-west-2.api.aws" + }, + "protocols": { + "Value": "HTTPS" + } }, "backup": { "Value": "backup", @@ -60871,6 +60949,15 @@ "Value": "HTTPS, HTTP" } }, + "codedeploy": { + "Value": "codedeploy", + "endpoint": { + "Value": "codedeploy.mx-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "cognito-identity": { "Value": "cognito-identity", "endpoint": { @@ -63416,6 +63503,12 @@ "Value": "HTTPS" } }, + "pcs": { + "Value": "pcs", + "endpoint": { + "Value": "pcs.sa-east-1.amazonaws.com" + } + }, "pi": { "Value": "pi", "endpoint": { diff --git a/moto/ssm/resources/services.json b/moto/ssm/resources/services.json index 9f9538a0ce20..334e0f3dcfd0 100644 --- a/moto/ssm/resources/services.json +++ b/moto/ssm/resources/services.json @@ -8022,10 +8022,22 @@ } }, "ap-northeast-2": { - "Value": "ap-northeast-2" + "Value": "ap-northeast-2", + "endpoint": { + "Value": "transform.ap-northeast-2.api.aws" + }, + "protocols": { + "Value": "HTTPS" + } }, "ap-south-1": { - "Value": "ap-south-1" + "Value": "ap-south-1", + "endpoint": { + "Value": "transform.ap-south-1.api.aws" + }, + "protocols": { + "Value": "HTTPS" + } }, "ap-southeast-2": { "Value": "ap-southeast-2", @@ -8037,7 +8049,13 @@ } }, "ca-central-1": { - "Value": "ca-central-1" + "Value": "ca-central-1", + "endpoint": { + "Value": "transform.ca-central-1.api.aws" + }, + "protocols": { + "Value": "HTTPS" + } }, "eu-central-1": { "Value": "eu-central-1", @@ -8049,7 +8067,13 @@ } }, "eu-west-2": { - "Value": "eu-west-2" + "Value": "eu-west-2", + "endpoint": { + "Value": "transform.eu-west-2.api.aws" + }, + "protocols": { + "Value": "HTTPS" + } }, "us-east-1": { "Value": "us-east-1", @@ -14993,6 +15017,15 @@ "Value": "HTTPS" } }, + "ap-east-2": { + "Value": "ap-east-2", + "endpoint": { + "Value": "codedeploy.ap-east-2.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ap-northeast-1": { "Value": "ap-northeast-1", "endpoint": { @@ -15074,6 +15107,33 @@ "Value": "HTTPS" } }, + "ap-southeast-5": { + "Value": "ap-southeast-5", + "endpoint": { + "Value": "codedeploy.ap-southeast-5.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ap-southeast-6": { + "Value": "ap-southeast-6", + "endpoint": { + "Value": "codedeploy.ap-southeast-6.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ap-southeast-7": { + "Value": "ap-southeast-7", + "endpoint": { + "Value": "codedeploy.ap-southeast-7.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ca-central-1": { "Value": "ca-central-1", "endpoint": { @@ -15218,6 +15278,15 @@ "Value": "HTTPS" } }, + "mx-central-1": { + "Value": "mx-central-1", + "endpoint": { + "Value": "codedeploy.mx-central-1.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "sa-east-1": { "Value": "sa-east-1", "endpoint": { @@ -55316,6 +55385,12 @@ "Value": "pcs.eu-west-3.amazonaws.com" } }, + "sa-east-1": { + "Value": "sa-east-1", + "endpoint": { + "Value": "pcs.sa-east-1.amazonaws.com" + } + }, "us-east-1": { "Value": "us-east-1", "endpoint": { @@ -59893,6 +59968,24 @@ "Value": "HTTPS" } }, + "ap-southeast-5": { + "Value": "ap-southeast-5", + "endpoint": { + "Value": "rekognition.ap-southeast-5.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, + "ap-southeast-7": { + "Value": "ap-southeast-7", + "endpoint": { + "Value": "rekognition.ap-southeast-7.amazonaws.com" + }, + "protocols": { + "Value": "HTTPS" + } + }, "ca-central-1": { "Value": "ca-central-1", "endpoint": {