Skip to content

Commit

Permalink
chore: update SSM default parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
bblommers authored and github-actions[bot] committed Sep 22, 2024
1 parent 83a63c8 commit 06c6601
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 4 deletions.
43 changes: 41 additions & 2 deletions moto/ssm/resources/regions.json
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,15 @@
"Value": "HTTPS"
}
},
"docdb": {
"Value": "docdb",
"endpoint": {
"Value": "rds.af-south-1.amazonaws.com"
},
"protocols": {
"Value": "HTTPS, HTTP"
}
},
"drs": {
"Value": "drs",
"endpoint": {
Expand Down Expand Up @@ -36993,6 +37002,15 @@
"Value": "HTTPS"
}
},
"cloudshell": {
"Value": "cloudshell",
"endpoint": {
"Value": "cloudshell.eu-south-2.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"cloudtrail": {
"Value": "cloudtrail",
"endpoint": {
Expand Down Expand Up @@ -37128,6 +37146,15 @@
"Value": "HTTPS"
}
},
"docdb": {
"Value": "docdb",
"endpoint": {
"Value": "rds.eu-south-2.amazonaws.com"
},
"protocols": {
"Value": "HTTPS, HTTP"
}
},
"drs": {
"Value": "drs",
"endpoint": {
Expand Down Expand Up @@ -53995,7 +54022,13 @@
}
},
"marketplace": {
"Value": "marketplace"
"Value": "marketplace",
"endpoint": {
"Value": "aws.amazon.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"marketplace-agreement": {
"Value": "marketplace-agreement",
Expand Down Expand Up @@ -64972,7 +65005,13 @@
}
},
"marketplace": {
"Value": "marketplace"
"Value": "marketplace",
"endpoint": {
"Value": "aws.amazon.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"mcs": {
"Value": "mcs",
Expand Down
43 changes: 41 additions & 2 deletions moto/ssm/resources/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -10992,6 +10992,15 @@
"Value": "HTTPS"
}
},
"eu-south-2": {
"Value": "eu-south-2",
"endpoint": {
"Value": "cloudshell.eu-south-2.amazonaws.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"eu-west-1": {
"Value": "eu-west-1",
"endpoint": {
Expand Down Expand Up @@ -18690,6 +18699,15 @@
"Value": "https://aws.amazon.com/documentdb/"
},
"regions": {
"af-south-1": {
"Value": "af-south-1",
"endpoint": {
"Value": "rds.af-south-1.amazonaws.com"
},
"protocols": {
"Value": "HTTPS, HTTP"
}
},
"ap-east-1": {
"Value": "ap-east-1",
"endpoint": {
Expand Down Expand Up @@ -18798,6 +18816,15 @@
"Value": "HTTPS, HTTP"
}
},
"eu-south-2": {
"Value": "eu-south-2",
"endpoint": {
"Value": "rds.eu-south-2.amazonaws.com"
},
"protocols": {
"Value": "HTTPS, HTTP"
}
},
"eu-west-1": {
"Value": "eu-west-1",
"endpoint": {
Expand Down Expand Up @@ -40355,7 +40382,13 @@
"Value": "sa-east-1"
},
"us-east-1": {
"Value": "us-east-1"
"Value": "us-east-1",
"endpoint": {
"Value": "aws.amazon.com"
},
"protocols": {
"Value": "HTTPS"
}
},
"us-east-2": {
"Value": "us-east-2"
Expand All @@ -40376,7 +40409,13 @@
}
},
"us-west-2": {
"Value": "us-west-2"
"Value": "us-west-2",
"endpoint": {
"Value": "aws.amazon.com"
},
"protocols": {
"Value": "HTTPS"
}
}
}
},
Expand Down

0 comments on commit 06c6601

Please sign in to comment.