Skip to content

Commit

Permalink
chore: update SSM default parameters (#7170)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 31, 2023
1 parent ba27f02 commit c60b3f0
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
27 changes: 27 additions & 0 deletions moto/ssm/resources/regions.json
Original file line number Diff line number Diff line change
Expand Up @@ -20655,6 +20655,24 @@
"Value": "HTTPS"
}
},
"mediapackage": {
"Value": "mediapackage",
"endpoint": {
"Value": "mediapackage.ap-southeast-4.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"mediapackage-vod": {
"Value": "mediapackage-vod",
"endpoint": {
"Value": "mediapackage-vod.ap-southeast-4.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"mediatailor": {
"Value": "mediatailor",
"endpoint": {
Expand Down Expand Up @@ -35321,6 +35339,15 @@
"Value": "HTTPS"
}
},
"sagemaker-featurestore-runtime": {
"Value": "sagemaker-featurestore-runtime",
"endpoint": {
"Value": "featurestore-runtime.sagemaker.eu-south-2.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"sagemaker-metrics": {
"Value": "sagemaker-metrics",
"endpoint": {
Expand Down
27 changes: 27 additions & 0 deletions moto/ssm/resources/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -39813,6 +39813,15 @@
"Value": "HTTPS"
}
},
"ap-southeast-4": {
"Value": "ap-southeast-4",
"endpoint": {
"Value": "mediapackage.ap-southeast-4.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"ca-central-1": {
"Value": "ca-central-1",
"endpoint": {
Expand Down Expand Up @@ -39974,6 +39983,15 @@
"Value": "HTTPS"
}
},
"ap-southeast-4": {
"Value": "ap-southeast-4",
"endpoint": {
"Value": "mediapackage-vod.ap-southeast-4.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"ca-central-1": {
"Value": "ca-central-1",
"endpoint": {
Expand Down Expand Up @@ -52348,6 +52366,15 @@
"Value": "HTTPS"
}
},
"eu-south-2": {
"Value": "eu-south-2",
"endpoint": {
"Value": "featurestore-runtime.sagemaker.eu-south-2.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"eu-west-1": {
"Value": "eu-west-1",
"endpoint": {
Expand Down

0 comments on commit c60b3f0

Please sign in to comment.