Skip to content

Commit

Permalink
chore: update SSM default parameters (#8580)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 9, 2025
1 parent 4e99750 commit 626c360
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 0 deletions.
54 changes: 54 additions & 0 deletions moto/ssm/resources/regions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1057,6 +1057,15 @@
"marketplace": {
"Value": "marketplace"
},
"mcs": {
"Value": "mcs",
"endpoint": {
"Value": "cassandra.af-south-1.amazonaws.com"
},
"protocols": {
"Value": "HTTPS, TLS"
}
},
"mediaconnect": {
"Value": "mediaconnect",
"endpoint": {
Expand Down Expand Up @@ -23460,6 +23469,15 @@
"Value": "HTTPS, HTTP"
}
},
"sagemaker": {
"Value": "sagemaker",
"endpoint": {
"Value": "api.sagemaker.ap-southeast-5.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"sagemaker-metrics": {
"Value": "sagemaker-metrics",
"endpoint": {
Expand Down Expand Up @@ -23713,6 +23731,15 @@
"Value": "HTTPS"
}
},
"acm-pca": {
"Value": "acm-pca",
"endpoint": {
"Value": "acm-pca.ap-southeast-7.amazonaws.com"
},
"protocols": {
"Value": "https"
}
},
"apigateway": {
"Value": "apigateway",
"endpoint": {
Expand Down Expand Up @@ -27542,6 +27569,15 @@
"Value": "HTTPS"
}
},
"pca-connector-ad": {
"Value": "pca-connector-ad",
"endpoint": {
"Value": "pca-connector-ad.ca-west-1.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"pca-connector-scep": {
"Value": "pca-connector-scep",
"endpoint": {
Expand Down Expand Up @@ -48828,6 +48864,15 @@
"Value": "HTTPS"
}
},
"pca-connector-ad": {
"Value": "pca-connector-ad",
"endpoint": {
"Value": "pca-connector-ad.il-central-1.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"pca-connector-scep": {
"Value": "pca-connector-scep",
"endpoint": {
Expand Down Expand Up @@ -52560,6 +52605,15 @@
"Value": "HTTPS"
}
},
"acm-pca": {
"Value": "acm-pca",
"endpoint": {
"Value": "acm-pca.mx-central-1.amazonaws.com"
},
"protocols": {
"Value": "https"
}
},
"apigateway": {
"Value": "apigateway",
"endpoint": {
Expand Down
58 changes: 58 additions & 0 deletions moto/ssm/resources/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -1056,6 +1056,15 @@
"Value": "https"
}
},
"ap-southeast-7": {
"Value": "ap-southeast-7",
"endpoint": {
"Value": "acm-pca.ap-southeast-7.amazonaws.com"
},
"protocols": {
"Value": "https"
}
},
"ca-central-1": {
"Value": "ca-central-1",
"endpoint": {
Expand Down Expand Up @@ -1191,6 +1200,15 @@
"Value": "https"
}
},
"mx-central-1": {
"Value": "mx-central-1",
"endpoint": {
"Value": "acm-pca.mx-central-1.amazonaws.com"
},
"protocols": {
"Value": "https"
}
},
"sa-east-1": {
"Value": "sa-east-1",
"endpoint": {
Expand Down Expand Up @@ -41858,6 +41876,15 @@
"Value": "https://aws.amazon.com/keyspaces/"
},
"regions": {
"af-south-1": {
"Value": "af-south-1",
"endpoint": {
"Value": "cassandra.af-south-1.amazonaws.com"
},
"protocols": {
"Value": "HTTPS, TLS"
}
},
"ap-east-1": {
"Value": "ap-east-1",
"endpoint": {
Expand Down Expand Up @@ -48625,6 +48652,10 @@
}
},
"pca-connector-ad": {
"Value": "pca-connector-ad",
"longName": {
"Value": "Private CA Connector for Active Directory"
},
"regions": {
"af-south-1": {
"Value": "af-south-1",
Expand Down Expand Up @@ -48734,6 +48765,15 @@
"Value": "HTTPS"
}
},
"ca-west-1": {
"Value": "ca-west-1",
"endpoint": {
"Value": "pca-connector-ad.ca-west-1.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"eu-central-1": {
"Value": "eu-central-1",
"endpoint": {
Expand Down Expand Up @@ -48806,6 +48846,15 @@
"Value": "HTTPS"
}
},
"il-central-1": {
"Value": "il-central-1",
"endpoint": {
"Value": "pca-connector-ad.il-central-1.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"me-central-1": {
"Value": "me-central-1",
"endpoint": {
Expand Down Expand Up @@ -57573,6 +57622,15 @@
"Value": "HTTPS"
}
},
"ap-southeast-5": {
"Value": "ap-southeast-5",
"endpoint": {
"Value": "api.sagemaker.ap-southeast-5.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"ca-central-1": {
"Value": "ca-central-1",
"endpoint": {
Expand Down

0 comments on commit 626c360

Please sign in to comment.