Skip to content

Commit

Permalink
Update endpoints model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Aug 14, 2023
1 parent 3a575e8 commit 36ee0b9
Showing 1 changed file with 41 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@
"deprecated" : true,
"hostname" : "acm-pca-fips.us-west-2.amazonaws.com"
},
"il-central-1" : { },
"me-central-1" : { },
"me-south-1" : { },
"sa-east-1" : { },
Expand Down Expand Up @@ -11349,7 +11350,18 @@
"credentialScope" : {
"region" : "us-west-2"
},
"hostname" : "networkmanager.us-west-2.amazonaws.com"
"hostname" : "networkmanager.us-west-2.amazonaws.com",
"variants" : [ {
"hostname" : "networkmanager-fips.us-west-2.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"fips-aws-global" : {
"credentialScope" : {
"region" : "us-west-2"
},
"deprecated" : true,
"hostname" : "networkmanager-fips.us-west-2.amazonaws.com"
}
},
"isRegionalized" : false,
Expand Down Expand Up @@ -14135,18 +14147,26 @@
},
"schemas" : {
"endpoints" : {
"af-south-1" : { },
"ap-east-1" : { },
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-northeast-3" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ap-southeast-3" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-central-2" : { },
"eu-north-1" : { },
"eu-south-1" : { },
"eu-south-2" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"me-central-1" : { },
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
Expand Down Expand Up @@ -16890,7 +16910,10 @@
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-north-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-2" : { }
Expand Down Expand Up @@ -19142,6 +19165,12 @@
},
"isRegionalized" : true
},
"schemas" : {
"endpoints" : {
"cn-north-1" : { },
"cn-northwest-1" : { }
}
},
"secretsmanager" : {
"endpoints" : {
"cn-north-1" : { },
Expand Down Expand Up @@ -22281,6 +22310,17 @@
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "networkmanager.us-gov-west-1.amazonaws.com",
"variants" : [ {
"hostname" : "networkmanager.us-gov-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"fips-aws-us-gov-global" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"deprecated" : true,
"hostname" : "networkmanager.us-gov-west-1.amazonaws.com"
}
},
Expand Down

0 comments on commit 36ee0b9

Please sign in to comment.