Skip to content

Commit

Permalink
chore: update SSM default parameters (#7516)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 24, 2024
1 parent ee4c5ed commit f14749b
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 18 deletions.
36 changes: 27 additions & 9 deletions moto/ssm/resources/regions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1531,15 +1531,6 @@
"Value": "HTTPS"
}
},
"support": {
"Value": "support",
"endpoint": {
"Value": "support.us-east-1.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"swf": {
"Value": "swf",
"endpoint": {
Expand Down Expand Up @@ -9380,6 +9371,15 @@
"Value": "HTTPS"
}
},
"neptune": {
"Value": "neptune",
"endpoint": {
"Value": "rds.ap-northeast-3.amazonaws.com"
},
"protocols": {
"Value": "HTTPS, HTTP"
}
},
"network-firewall": {
"Value": "network-firewall",
"endpoint": {
Expand Down Expand Up @@ -57883,6 +57883,24 @@
"Value": "HTTPS"
}
},
"lex-runtime": {
"Value": "lex-runtime",
"endpoint": {
"Value": "runtime-v2-lex.us-gov-west-1.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"lexv2-models": {
"Value": "lexv2-models",
"endpoint": {
"Value": "models-v2-lex.us-gov-west-1.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"license-manager": {
"Value": "license-manager",
"endpoint": {
Expand Down
36 changes: 27 additions & 9 deletions moto/ssm/resources/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -36832,6 +36832,15 @@
"Value": "HTTPS"
}
},
"us-gov-west-1": {
"Value": "us-gov-west-1",
"endpoint": {
"Value": "runtime-v2-lex.us-gov-west-1.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"us-west-2": {
"Value": "us-west-2",
"endpoint": {
Expand Down Expand Up @@ -36939,6 +36948,15 @@
"Value": "HTTPS"
}
},
"us-gov-west-1": {
"Value": "us-gov-west-1",
"endpoint": {
"Value": "models-v2-lex.us-gov-west-1.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"us-west-2": {
"Value": "us-west-2",
"endpoint": {
Expand Down Expand Up @@ -42676,6 +42694,15 @@
"Value": "HTTPS, HTTP"
}
},
"ap-northeast-3": {
"Value": "ap-northeast-3",
"endpoint": {
"Value": "rds.ap-northeast-3.amazonaws.com"
},
"protocols": {
"Value": "HTTPS, HTTP"
}
},
"ap-south-1": {
"Value": "ap-south-1",
"endpoint": {
Expand Down Expand Up @@ -60961,15 +60988,6 @@
"Value": "https://aws.amazon.com/premiumsupport/"
},
"regions": {
"af-south-1": {
"Value": "af-south-1",
"endpoint": {
"Value": "support.us-east-1.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"ap-east-1": {
"Value": "ap-east-1",
"endpoint": {
Expand Down

0 comments on commit f14749b

Please sign in to comment.