Skip to content

Commit

Permalink
chore: update SSM default parameters (#8228)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 13, 2024
1 parent 1ace1db commit d099251
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 @@ -10166,6 +10166,15 @@
"vpc": {
"Value": "vpc"
},
"vpc-lattice": {
"Value": "vpc-lattice",
"endpoint": {
"Value": "vpc-lattice.ap-northeast-3.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"vpn": {
"Value": "vpn",
"endpoint": {
Expand Down Expand Up @@ -22194,6 +22203,15 @@
"Value": "HTTPS, HTTP"
}
},
"backup": {
"Value": "backup",
"endpoint": {
"Value": "backup.ap-southeast-5.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"batch": {
"Value": "batch",
"endpoint": {
Expand Down Expand Up @@ -59320,6 +59338,15 @@
"Value": "HTTPS"
}
},
"schemas": {
"Value": "schemas",
"endpoint": {
"Value": "schemas.us-gov-east-1.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"secretsmanager": {
"Value": "secretsmanager",
"endpoint": {
Expand Down Expand Up @@ -61049,6 +61076,15 @@
"Value": "HTTPS"
}
},
"schemas": {
"Value": "schemas",
"endpoint": {
"Value": "schemas.us-gov-west-1.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"secretsmanager": {
"Value": "secretsmanager",
"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 @@ -7116,6 +7116,15 @@
"Value": "HTTPS"
}
},
"ap-southeast-5": {
"Value": "ap-southeast-5",
"endpoint": {
"Value": "backup.ap-southeast-5.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"ca-central-1": {
"Value": "ca-central-1",
"endpoint": {
Expand Down Expand Up @@ -56962,6 +56971,24 @@
"Value": "HTTPS"
}
},
"us-gov-east-1": {
"Value": "us-gov-east-1",
"endpoint": {
"Value": "schemas.us-gov-east-1.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"us-gov-west-1": {
"Value": "us-gov-west-1",
"endpoint": {
"Value": "schemas.us-gov-west-1.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"us-west-1": {
"Value": "us-west-1",
"endpoint": {
Expand Down Expand Up @@ -66876,6 +66903,15 @@
"Value": "HTTPS"
}
},
"ap-northeast-3": {
"Value": "ap-northeast-3",
"endpoint": {
"Value": "vpc-lattice.ap-northeast-3.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"ap-south-1": {
"Value": "ap-south-1",
"endpoint": {
Expand Down

0 comments on commit d099251

Please sign in to comment.