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 Apr 11, 2024
1 parent 9e43a67 commit d448a3e
Showing 1 changed file with 93 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3840,6 +3840,7 @@
"ap-northeast-2" : { },
"ap-northeast-3" : { },
"ap-south-1" : { },
"ap-south-2" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ap-southeast-3" : { },
Expand Down Expand Up @@ -16426,16 +16427,60 @@
"protocols" : [ "https" ]
},
"us-east-1" : {
"protocols" : [ "https" ]
"protocols" : [ "https" ],
"variants" : [ {
"hostname" : "serverlessrepo-fips.us-east-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-east-1-fips" : {
"credentialScope" : {
"region" : "us-east-1"
},
"deprecated" : true,
"hostname" : "serverlessrepo-fips.us-east-1.amazonaws.com"
},
"us-east-2" : {
"protocols" : [ "https" ]
"protocols" : [ "https" ],
"variants" : [ {
"hostname" : "serverlessrepo-fips.us-east-2.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-east-2-fips" : {
"credentialScope" : {
"region" : "us-east-2"
},
"deprecated" : true,
"hostname" : "serverlessrepo-fips.us-east-2.amazonaws.com"
},
"us-west-1" : {
"protocols" : [ "https" ]
"protocols" : [ "https" ],
"variants" : [ {
"hostname" : "serverlessrepo-fips.us-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-west-1-fips" : {
"credentialScope" : {
"region" : "us-west-1"
},
"deprecated" : true,
"hostname" : "serverlessrepo-fips.us-west-1.amazonaws.com"
},
"us-west-2" : {
"protocols" : [ "https" ]
"protocols" : [ "https" ],
"variants" : [ {
"hostname" : "serverlessrepo-fips.us-west-2.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-west-2-fips" : {
"credentialScope" : {
"region" : "us-west-2"
},
"deprecated" : true,
"hostname" : "serverlessrepo-fips.us-west-2.amazonaws.com"
}
}
},
Expand Down Expand Up @@ -19057,6 +19102,12 @@
"tags" : [ "fips" ]
} ]
},
"ca-west-1" : {
"variants" : [ {
"hostname" : "verifiedpermissions-fips.ca-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"eu-central-1" : { },
"eu-central-2" : { },
"eu-north-1" : { },
Expand All @@ -19072,6 +19123,13 @@
"deprecated" : true,
"hostname" : "verifiedpermissions-fips.ca-central-1.amazonaws.com"
},
"fips-ca-west-1" : {
"credentialScope" : {
"region" : "ca-west-1"
},
"deprecated" : true,
"hostname" : "verifiedpermissions-fips.ca-west-1.amazonaws.com"
},
"fips-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
Expand Down Expand Up @@ -19100,6 +19158,7 @@
"deprecated" : true,
"hostname" : "verifiedpermissions-fips.us-west-2.amazonaws.com"
},
"il-central-1" : { },
"me-central-1" : { },
"me-south-1" : { },
"sa-east-1" : { },
Expand Down Expand Up @@ -26661,6 +26720,36 @@
}
}
},
"verifiedpermissions" : {
"endpoints" : {
"fips-us-gov-east-1" : {
"credentialScope" : {
"region" : "us-gov-east-1"
},
"deprecated" : true,
"hostname" : "verifiedpermissions-fips.us-gov-east-1.amazonaws.com"
},
"fips-us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"deprecated" : true,
"hostname" : "verifiedpermissions-fips.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1" : {
"variants" : [ {
"hostname" : "verifiedpermissions-fips.us-gov-east-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-gov-west-1" : {
"variants" : [ {
"hostname" : "verifiedpermissions-fips.us-gov-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
}
}
},
"waf-regional" : {
"endpoints" : {
"fips-us-gov-east-1" : {
Expand Down

0 comments on commit d448a3e

Please sign in to comment.