Skip to content

Commit d1e5193

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent 2506101 commit d1e5193

File tree

1 file changed

+93
-5
lines changed
  • codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen

1 file changed

+93
-5
lines changed

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

Lines changed: 93 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14735,19 +14735,79 @@
1473514735
"ap-southeast-1" : { },
1473614736
"ap-southeast-2" : { },
1473714737
"ap-southeast-3" : { },
14738-
"ca-central-1" : { },
14738+
"ca-central-1" : {
14739+
"variants" : [ {
14740+
"hostname" : "ssm-sap-fips.ca-central-1.amazonaws.com",
14741+
"tags" : [ "fips" ]
14742+
} ]
14743+
},
1473914744
"eu-central-1" : { },
1474014745
"eu-north-1" : { },
1474114746
"eu-south-1" : { },
1474214747
"eu-west-1" : { },
1474314748
"eu-west-2" : { },
1474414749
"eu-west-3" : { },
14750+
"fips-ca-central-1" : {
14751+
"credentialScope" : {
14752+
"region" : "ca-central-1"
14753+
},
14754+
"deprecated" : true,
14755+
"hostname" : "ssm-sap-fips.ca-central-1.amazonaws.com"
14756+
},
14757+
"fips-us-east-1" : {
14758+
"credentialScope" : {
14759+
"region" : "us-east-1"
14760+
},
14761+
"deprecated" : true,
14762+
"hostname" : "ssm-sap-fips.us-east-1.amazonaws.com"
14763+
},
14764+
"fips-us-east-2" : {
14765+
"credentialScope" : {
14766+
"region" : "us-east-2"
14767+
},
14768+
"deprecated" : true,
14769+
"hostname" : "ssm-sap-fips.us-east-2.amazonaws.com"
14770+
},
14771+
"fips-us-west-1" : {
14772+
"credentialScope" : {
14773+
"region" : "us-west-1"
14774+
},
14775+
"deprecated" : true,
14776+
"hostname" : "ssm-sap-fips.us-west-1.amazonaws.com"
14777+
},
14778+
"fips-us-west-2" : {
14779+
"credentialScope" : {
14780+
"region" : "us-west-2"
14781+
},
14782+
"deprecated" : true,
14783+
"hostname" : "ssm-sap-fips.us-west-2.amazonaws.com"
14784+
},
1474514785
"me-south-1" : { },
1474614786
"sa-east-1" : { },
14747-
"us-east-1" : { },
14748-
"us-east-2" : { },
14749-
"us-west-1" : { },
14750-
"us-west-2" : { }
14787+
"us-east-1" : {
14788+
"variants" : [ {
14789+
"hostname" : "ssm-sap-fips.us-east-1.amazonaws.com",
14790+
"tags" : [ "fips" ]
14791+
} ]
14792+
},
14793+
"us-east-2" : {
14794+
"variants" : [ {
14795+
"hostname" : "ssm-sap-fips.us-east-2.amazonaws.com",
14796+
"tags" : [ "fips" ]
14797+
} ]
14798+
},
14799+
"us-west-1" : {
14800+
"variants" : [ {
14801+
"hostname" : "ssm-sap-fips.us-west-1.amazonaws.com",
14802+
"tags" : [ "fips" ]
14803+
} ]
14804+
},
14805+
"us-west-2" : {
14806+
"variants" : [ {
14807+
"hostname" : "ssm-sap-fips.us-west-2.amazonaws.com",
14808+
"tags" : [ "fips" ]
14809+
} ]
14810+
}
1475114811
}
1475214812
},
1475314813
"sso" : {
@@ -17638,6 +17698,12 @@
1763817698
}
1763917699
}
1764017700
},
17701+
"oam" : {
17702+
"endpoints" : {
17703+
"cn-north-1" : { },
17704+
"cn-northwest-1" : { }
17705+
}
17706+
},
1764117707
"organizations" : {
1764217708
"endpoints" : {
1764317709
"aws-cn-global" : {
@@ -18639,12 +18705,34 @@
1863918705
"credentialScope" : {
1864018706
"region" : "us-gov-east-1"
1864118707
},
18708+
"hostname" : "cassandra.us-gov-east-1.amazonaws.com",
18709+
"variants" : [ {
18710+
"hostname" : "cassandra.us-gov-east-1.amazonaws.com",
18711+
"tags" : [ "fips" ]
18712+
} ]
18713+
},
18714+
"us-gov-east-1-fips" : {
18715+
"credentialScope" : {
18716+
"region" : "us-gov-east-1"
18717+
},
18718+
"deprecated" : true,
1864218719
"hostname" : "cassandra.us-gov-east-1.amazonaws.com"
1864318720
},
1864418721
"us-gov-west-1" : {
1864518722
"credentialScope" : {
1864618723
"region" : "us-gov-west-1"
1864718724
},
18725+
"hostname" : "cassandra.us-gov-west-1.amazonaws.com",
18726+
"variants" : [ {
18727+
"hostname" : "cassandra.us-gov-west-1.amazonaws.com",
18728+
"tags" : [ "fips" ]
18729+
} ]
18730+
},
18731+
"us-gov-west-1-fips" : {
18732+
"credentialScope" : {
18733+
"region" : "us-gov-west-1"
18734+
},
18735+
"deprecated" : true,
1864818736
"hostname" : "cassandra.us-gov-west-1.amazonaws.com"
1864918737
}
1865018738
}

0 commit comments

Comments
 (0)