Skip to content

Commit

Permalink
chore: update SSM default parameters (getmoto#6917)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and toshyak committed Oct 26, 2023
1 parent 31aa332 commit 08bdd3c
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 @@ -5676,6 +5676,15 @@
"trustedadvisor": {
"Value": "trustedadvisor"
},
"verified-access": {
"Value": "verified-access",
"endpoint": {
"Value": "ec2.ap-northeast-1.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"verifiedpermissions": {
"Value": "verifiedpermissions",
"endpoint": {
Expand Down Expand Up @@ -15187,6 +15196,15 @@
"trustedadvisor": {
"Value": "trustedadvisor"
},
"verified-access": {
"Value": "verified-access",
"endpoint": {
"Value": "ec2.ap-southeast-1.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"verifiedpermissions": {
"Value": "verifiedpermissions",
"endpoint": {
Expand Down Expand Up @@ -17893,6 +17911,15 @@
"Value": "HTTPS"
}
},
"wickr": {
"Value": "wickr",
"endpoint": {
"Value": "api.messaging.wickr.ap-southeast-2.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"wisdom": {
"Value": "wisdom",
"endpoint": {
Expand Down Expand Up @@ -34002,6 +34029,15 @@
"Value": "HTTPS"
}
},
"codecatalyst": {
"Value": "codecatalyst",
"endpoint": {
"Value": "codecatalyst.global.api.aws"
},
"protocols": {
"Value": "HTTPS"
}
},
"codecommit": {
"Value": "codecommit",
"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 @@ -11440,6 +11440,15 @@
"Value": "Amazon CodeCatalyst"
},
"regions": {
"eu-west-1": {
"Value": "eu-west-1",
"endpoint": {
"Value": "codecatalyst.global.api.aws"
},
"protocols": {
"Value": "HTTPS"
}
},
"us-west-2": {
"Value": "us-west-2",
"endpoint": {
Expand Down Expand Up @@ -59663,6 +59672,24 @@
"Value": "https://aws.amazon.com/verified-access/"
},
"regions": {
"ap-northeast-1": {
"Value": "ap-northeast-1",
"endpoint": {
"Value": "ec2.ap-northeast-1.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"ap-southeast-1": {
"Value": "ap-southeast-1",
"endpoint": {
"Value": "ec2.ap-southeast-1.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"ap-southeast-2": {
"Value": "ap-southeast-2",
"endpoint": {
Expand Down Expand Up @@ -61494,6 +61521,15 @@
"Value": "https://aws.amazon.com/wickr/"
},
"regions": {
"ap-southeast-2": {
"Value": "ap-southeast-2",
"endpoint": {
"Value": "api.messaging.wickr.ap-southeast-2.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"ca-central-1": {
"Value": "ca-central-1",
"endpoint": {
Expand Down

0 comments on commit 08bdd3c

Please sign in to comment.