Skip to content

Commit

Permalink
chore: update SSM default parameters (#7689)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 13, 2024
1 parent db97004 commit b239546
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 @@ -11687,6 +11687,15 @@
"Value": "HTTPS"
}
},
"opensearchserverless": {
"Value": "opensearchserverless",
"endpoint": {
"Value": "aoss.ap-south-1.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"opsworks": {
"Value": "opsworks",
"endpoint": {
Expand Down Expand Up @@ -24813,6 +24822,15 @@
"Value": "HTTPS"
}
},
"license-manager-user-subscriptions": {
"Value": "license-manager-user-subscriptions",
"endpoint": {
"Value": "license-manager-user-subscriptions.ca-west-1.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"logs": {
"Value": "logs",
"endpoint": {
Expand Down Expand Up @@ -25053,6 +25071,15 @@
"Value": "HTTPS"
}
},
"shield": {
"Value": "shield",
"endpoint": {
"Value": "shield.us-east-1.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"sns": {
"Value": "sns",
"endpoint": {
Expand Down Expand Up @@ -43738,6 +43765,15 @@
"Value": "HTTPS"
}
},
"opensearchserverless": {
"Value": "opensearchserverless",
"endpoint": {
"Value": "aoss.eu-west-3.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"opsworks": {
"Value": "opsworks",
"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 @@ -38292,6 +38292,15 @@
"Value": "HTTPS"
}
},
"ca-west-1": {
"Value": "ca-west-1",
"endpoint": {
"Value": "license-manager-user-subscriptions.ca-west-1.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"eu-central-1": {
"Value": "eu-central-1",
"endpoint": {
Expand Down Expand Up @@ -44915,6 +44924,15 @@
"Value": "HTTPS"
}
},
"ap-south-1": {
"Value": "ap-south-1",
"endpoint": {
"Value": "aoss.ap-south-1.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"ap-southeast-1": {
"Value": "ap-southeast-1",
"endpoint": {
Expand Down Expand Up @@ -44951,6 +44969,15 @@
"Value": "HTTPS"
}
},
"eu-west-3": {
"Value": "eu-west-3",
"endpoint": {
"Value": "aoss.eu-west-3.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"us-east-1": {
"Value": "us-east-1",
"endpoint": {
Expand Down Expand Up @@ -58475,6 +58502,15 @@
"Value": "HTTPS"
}
},
"ca-west-1": {
"Value": "ca-west-1",
"endpoint": {
"Value": "shield.us-east-1.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"eu-central-1": {
"Value": "eu-central-1",
"endpoint": {
Expand Down

0 comments on commit b239546

Please sign in to comment.