Skip to content

Commit

Permalink
chore: update SSM default parameters (#8468)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 5, 2025
1 parent 5b80494 commit 6d39358
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
18 changes: 18 additions & 0 deletions moto/ssm/resources/regions.json
Original file line number Diff line number Diff line change
Expand Up @@ -23055,6 +23055,15 @@
"Value": "HTTPS"
}
},
"fsx": {
"Value": "fsx",
"endpoint": {
"Value": "fsx.ap-southeast-5.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"glue": {
"Value": "glue",
"endpoint": {
Expand Down Expand Up @@ -23307,6 +23316,15 @@
"Value": "HTTPS, HTTP"
}
},
"sagemaker-metrics": {
"Value": "sagemaker-metrics",
"endpoint": {
"Value": "metrics.sagemaker.ap-southeast-5.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"savingsplans": {
"Value": "savingsplans",
"endpoint": {
Expand Down
18 changes: 18 additions & 0 deletions moto/ssm/resources/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -27620,6 +27620,15 @@
"Value": "HTTPS"
}
},
"ap-southeast-5": {
"Value": "ap-southeast-5",
"endpoint": {
"Value": "fsx.ap-southeast-5.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"ca-central-1": {
"Value": "ca-central-1",
"endpoint": {
Expand Down Expand Up @@ -56922,6 +56931,15 @@
"Value": "HTTPS"
}
},
"ap-southeast-5": {
"Value": "ap-southeast-5",
"endpoint": {
"Value": "metrics.sagemaker.ap-southeast-5.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"ca-central-1": {
"Value": "ca-central-1",
"endpoint": {
Expand Down

0 comments on commit 6d39358

Please sign in to comment.