Skip to content

Commit 6f523dc

Browse files
author
awstools
committedDec 10, 2024
feat(clients): update client endpoints as of 2024-12-10
1 parent ca62a3c commit 6f523dc

File tree

1 file changed

+19
-0
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+19
-0
lines changed
 

‎codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/endpoints.json

+19
Original file line numberDiff line numberDiff line change
@@ -34404,6 +34404,25 @@
3440434404
}
3440534405
},
3440634406
"services": {
34407+
"agreement-marketplace": {
34408+
"endpoints": {
34409+
"fips-us-iso-east-1": {
34410+
"credentialScope": {
34411+
"region": "us-iso-east-1"
34412+
},
34413+
"deprecated": true,
34414+
"hostname": "agreement-marketplace-fips.us-iso-east-1.c2s.ic.gov"
34415+
},
34416+
"us-iso-east-1": {
34417+
"variants": [
34418+
{
34419+
"hostname": "agreement-marketplace-fips.us-iso-east-1.c2s.ic.gov",
34420+
"tags": ["fips"]
34421+
}
34422+
]
34423+
}
34424+
}
34425+
},
3440734426
"api.ecr": {
3440834427
"endpoints": {
3440934428
"us-iso-east-1": {

0 commit comments

Comments
 (0)
Please sign in to comment.