Skip to content

Commit daf689a

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2025-03-28
1 parent 7528ca9 commit daf689a

File tree

1 file changed

+91
-5
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+91
-5
lines changed

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

+91-5
Original file line numberDiff line numberDiff line change
@@ -18768,18 +18768,88 @@
1876818768
"ap-southeast-1": {},
1876918769
"ap-southeast-2": {},
1877018770
"ap-southeast-4": {},
18771-
"ca-central-1": {},
18771+
"ca-central-1": {
18772+
"variants": [
18773+
{
18774+
"hostname": "mediapackagev2-fips.ca-central-1.amazonaws.com",
18775+
"tags": ["fips"]
18776+
}
18777+
]
18778+
},
1877218779
"eu-central-1": {},
1877318780
"eu-north-1": {},
1877418781
"eu-west-1": {},
1877518782
"eu-west-2": {},
1877618783
"eu-west-3": {},
18784+
"fips-ca-central-1": {
18785+
"credentialScope": {
18786+
"region": "ca-central-1"
18787+
},
18788+
"deprecated": true,
18789+
"hostname": "mediapackagev2-fips.ca-central-1.amazonaws.com"
18790+
},
18791+
"fips-us-east-1": {
18792+
"credentialScope": {
18793+
"region": "us-east-1"
18794+
},
18795+
"deprecated": true,
18796+
"hostname": "mediapackagev2-fips.us-east-1.amazonaws.com"
18797+
},
18798+
"fips-us-east-2": {
18799+
"credentialScope": {
18800+
"region": "us-east-2"
18801+
},
18802+
"deprecated": true,
18803+
"hostname": "mediapackagev2-fips.us-east-2.amazonaws.com"
18804+
},
18805+
"fips-us-west-1": {
18806+
"credentialScope": {
18807+
"region": "us-west-1"
18808+
},
18809+
"deprecated": true,
18810+
"hostname": "mediapackagev2-fips.us-west-1.amazonaws.com"
18811+
},
18812+
"fips-us-west-2": {
18813+
"credentialScope": {
18814+
"region": "us-west-2"
18815+
},
18816+
"deprecated": true,
18817+
"hostname": "mediapackagev2-fips.us-west-2.amazonaws.com"
18818+
},
1877718819
"me-central-1": {},
1877818820
"sa-east-1": {},
18779-
"us-east-1": {},
18780-
"us-east-2": {},
18781-
"us-west-1": {},
18782-
"us-west-2": {}
18821+
"us-east-1": {
18822+
"variants": [
18823+
{
18824+
"hostname": "mediapackagev2-fips.us-east-1.amazonaws.com",
18825+
"tags": ["fips"]
18826+
}
18827+
]
18828+
},
18829+
"us-east-2": {
18830+
"variants": [
18831+
{
18832+
"hostname": "mediapackagev2-fips.us-east-2.amazonaws.com",
18833+
"tags": ["fips"]
18834+
}
18835+
]
18836+
},
18837+
"us-west-1": {
18838+
"variants": [
18839+
{
18840+
"hostname": "mediapackagev2-fips.us-west-1.amazonaws.com",
18841+
"tags": ["fips"]
18842+
}
18843+
]
18844+
},
18845+
"us-west-2": {
18846+
"variants": [
18847+
{
18848+
"hostname": "mediapackagev2-fips.us-west-2.amazonaws.com",
18849+
"tags": ["fips"]
18850+
}
18851+
]
18852+
}
1878318853
}
1878418854
},
1878518855
"mediastore": {
@@ -19870,6 +19940,14 @@
1987019940
{
1987119941
"hostname": "networkmanager-fips.us-west-2.amazonaws.com",
1987219942
"tags": ["fips"]
19943+
},
19944+
{
19945+
"hostname": "networkmanager-fips.us-west-2.api.aws",
19946+
"tags": ["dualstack", "fips"]
19947+
},
19948+
{
19949+
"hostname": "networkmanager.us-west-2.api.aws",
19950+
"tags": ["dualstack"]
1987319951
}
1987419952
]
1987519953
},
@@ -39053,6 +39131,14 @@
3905339131
{
3905439132
"hostname": "networkmanager.us-gov-west-1.amazonaws.com",
3905539133
"tags": ["fips"]
39134+
},
39135+
{
39136+
"hostname": "networkmanager.us-gov-west-1.api.aws",
39137+
"tags": ["dualstack"]
39138+
},
39139+
{
39140+
"hostname": "networkmanager.us-gov-west-1.api.aws",
39141+
"tags": ["dualstack", "fips"]
3905639142
}
3905739143
]
3905839144
},

0 commit comments

Comments
 (0)