Skip to content

Commit

Permalink
chore: update SSM default parameters (#8285)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 3, 2024
1 parent 747bbad commit 32e7efe
Show file tree
Hide file tree
Showing 2 changed files with 126 additions and 0 deletions.
63 changes: 63 additions & 0 deletions moto/ssm/resources/regions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4073,6 +4073,15 @@
"Value": "HTTPS"
}
},
"connectcases": {
"Value": "connectcases",
"endpoint": {
"Value": "cases.ap-northeast-1.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"connectparticipant": {
"Value": "connectparticipant",
"endpoint": {
Expand Down Expand Up @@ -6791,6 +6800,15 @@
"Value": "HTTPS"
}
},
"connectcases": {
"Value": "connectcases",
"endpoint": {
"Value": "cases.ap-northeast-2.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"connectparticipant": {
"Value": "connectparticipant",
"endpoint": {
Expand Down Expand Up @@ -22986,6 +23004,15 @@
"Value": "HTTPS"
}
},
"waf": {
"Value": "waf",
"endpoint": {
"Value": "wafv2.ap-southeast-5.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"xray": {
"Value": "xray",
"endpoint": {
Expand Down Expand Up @@ -38208,6 +38235,15 @@
"Value": "HTTPS"
}
},
"rekognition": {
"Value": "rekognition",
"endpoint": {
"Value": "rekognition.eu-south-2.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"resource-explorer-2": {
"Value": "resource-explorer-2",
"endpoint": {
Expand Down Expand Up @@ -38514,6 +38550,15 @@
"Value": "HTTPS"
}
},
"textract": {
"Value": "textract",
"endpoint": {
"Value": "textract.eu-south-2.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"timestream-influxdb": {
"Value": "timestream-influxdb",
"endpoint": {
Expand Down Expand Up @@ -59566,6 +59611,15 @@
"Value": "HTTPS, TLS"
}
},
"memorydb": {
"Value": "memorydb",
"endpoint": {
"Value": "memory-db.us-gov-east-1.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"meteringmarketplace": {
"Value": "meteringmarketplace",
"endpoint": {
Expand Down Expand Up @@ -61268,6 +61322,15 @@
"Value": "HTTPS"
}
},
"memorydb": {
"Value": "memorydb",
"endpoint": {
"Value": "memory-db.us-gov-west-1.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"meteringmarketplace": {
"Value": "meteringmarketplace",
"endpoint": {
Expand Down
63 changes: 63 additions & 0 deletions moto/ssm/resources/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -15692,6 +15692,24 @@
"Value": "Amazon Connect Cases"
},
"regions": {
"ap-northeast-1": {
"Value": "ap-northeast-1",
"endpoint": {
"Value": "cases.ap-northeast-1.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"ap-northeast-2": {
"Value": "ap-northeast-2",
"endpoint": {
"Value": "cases.ap-northeast-2.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"ap-southeast-1": {
"Value": "ap-southeast-1",
"endpoint": {
Expand Down Expand Up @@ -42499,6 +42517,24 @@
"Value": "HTTPS"
}
},
"us-gov-east-1": {
"Value": "us-gov-east-1",
"endpoint": {
"Value": "memory-db.us-gov-east-1.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"us-gov-west-1": {
"Value": "us-gov-west-1",
"endpoint": {
"Value": "memory-db.us-gov-west-1.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"us-west-1": {
"Value": "us-west-1",
"endpoint": {
Expand Down Expand Up @@ -51701,6 +51737,15 @@
"Value": "HTTPS"
}
},
"eu-south-2": {
"Value": "eu-south-2",
"endpoint": {
"Value": "rekognition.eu-south-2.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"eu-west-1": {
"Value": "eu-west-1",
"endpoint": {
Expand Down Expand Up @@ -65016,6 +65061,15 @@
"Value": "HTTPS"
}
},
"eu-south-2": {
"Value": "eu-south-2",
"endpoint": {
"Value": "textract.eu-south-2.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"eu-west-1": {
"Value": "eu-west-1",
"endpoint": {
Expand Down Expand Up @@ -68019,6 +68073,15 @@
"Value": "HTTPS"
}
},
"ap-southeast-5": {
"Value": "ap-southeast-5",
"endpoint": {
"Value": "wafv2.ap-southeast-5.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"ca-central-1": {
"Value": "ca-central-1",
"endpoint": {
Expand Down

0 comments on commit 32e7efe

Please sign in to comment.