Skip to content

Commit

Permalink
chore: update SSM default parameters (#7237)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 21, 2024
1 parent 266c984 commit 287535a
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 0 deletions.
36 changes: 36 additions & 0 deletions moto/ssm/resources/regions.json
Original file line number Diff line number Diff line change
Expand Up @@ -20166,6 +20166,15 @@
"Value": "HTTPS"
}
},
"appsync": {
"Value": "appsync",
"endpoint": {
"Value": "appsync.ap-southeast-4.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"arc-zonal-shift": {
"Value": "arc-zonal-shift",
"endpoint": {
Expand Down Expand Up @@ -43149,6 +43158,15 @@
"Value": "HTTPS"
}
},
"appsync": {
"Value": "appsync",
"endpoint": {
"Value": "appsync.il-central-1.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"arc-zonal-shift": {
"Value": "arc-zonal-shift",
"endpoint": {
Expand Down Expand Up @@ -44935,6 +44953,15 @@
"Value": "HTTPS"
}
},
"identity-center": {
"Value": "identity-center",
"endpoint": {
"Value": "sso.me-central-1.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"identitystore": {
"Value": "identitystore",
"endpoint": {
Expand Down Expand Up @@ -45472,6 +45499,15 @@
"Value": "HTTPS"
}
},
"sso-oidc": {
"Value": "sso-oidc",
"endpoint": {
"Value": "oidc.me-central-1.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"stepfunctions": {
"Value": "stepfunctions",
"endpoint": {
Expand Down
36 changes: 36 additions & 0 deletions moto/ssm/resources/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -4477,6 +4477,15 @@
"Value": "HTTPS"
}
},
"ap-southeast-4": {
"Value": "ap-southeast-4",
"endpoint": {
"Value": "appsync.ap-southeast-4.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"ca-central-1": {
"Value": "ca-central-1",
"endpoint": {
Expand Down Expand Up @@ -4576,6 +4585,15 @@
"Value": "HTTPS"
}
},
"il-central-1": {
"Value": "il-central-1",
"endpoint": {
"Value": "appsync.il-central-1.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"me-central-1": {
"Value": "me-central-1",
"endpoint": {
Expand Down Expand Up @@ -29724,6 +29742,15 @@
"Value": "HTTPS"
}
},
"me-central-1": {
"Value": "me-central-1",
"endpoint": {
"Value": "sso.me-central-1.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"me-south-1": {
"Value": "me-south-1",
"endpoint": {
Expand Down Expand Up @@ -59405,6 +59432,15 @@
"Value": "HTTPS"
}
},
"me-central-1": {
"Value": "me-central-1",
"endpoint": {
"Value": "oidc.me-central-1.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"me-south-1": {
"Value": "me-south-1",
"endpoint": {
Expand Down

0 comments on commit 287535a

Please sign in to comment.