Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2023-11-28
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 28, 2023
1 parent 1dcc776 commit 1fb3ae3
Showing 1 changed file with 191 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14243,6 +14243,104 @@
"us-west-2": {}
}
},
"qbusiness": {
"defaults": {
"dnsSuffix": "api.aws",
"variants": [
{
"dnsSuffix": "api.aws",
"hostname": "{service}-fips.{region}.{dnsSuffix}",
"tags": ["fips"]
}
]
},
"endpoints": {
"af-south-1": {
"hostname": "qbusiness.af-south-1.api.aws"
},
"ap-east-1": {
"hostname": "qbusiness.ap-east-1.api.aws"
},
"ap-northeast-1": {
"hostname": "qbusiness.ap-northeast-1.api.aws"
},
"ap-northeast-2": {
"hostname": "qbusiness.ap-northeast-2.api.aws"
},
"ap-northeast-3": {
"hostname": "qbusiness.ap-northeast-3.api.aws"
},
"ap-south-1": {
"hostname": "qbusiness.ap-south-1.api.aws"
},
"ap-south-2": {
"hostname": "qbusiness.ap-south-2.api.aws"
},
"ap-southeast-1": {
"hostname": "qbusiness.ap-southeast-1.api.aws"
},
"ap-southeast-2": {
"hostname": "qbusiness.ap-southeast-2.api.aws"
},
"ap-southeast-3": {
"hostname": "qbusiness.ap-southeast-3.api.aws"
},
"ap-southeast-4": {
"hostname": "qbusiness.ap-southeast-4.api.aws"
},
"ca-central-1": {
"hostname": "qbusiness.ca-central-1.api.aws"
},
"eu-central-1": {
"hostname": "qbusiness.eu-central-1.api.aws"
},
"eu-central-2": {
"hostname": "qbusiness.eu-central-2.api.aws"
},
"eu-north-1": {
"hostname": "qbusiness.eu-north-1.api.aws"
},
"eu-south-1": {
"hostname": "qbusiness.eu-south-1.api.aws"
},
"eu-south-2": {
"hostname": "qbusiness.eu-south-2.api.aws"
},
"eu-west-1": {
"hostname": "qbusiness.eu-west-1.api.aws"
},
"eu-west-2": {
"hostname": "qbusiness.eu-west-2.api.aws"
},
"eu-west-3": {
"hostname": "qbusiness.eu-west-3.api.aws"
},
"il-central-1": {
"hostname": "qbusiness.il-central-1.api.aws"
},
"me-central-1": {
"hostname": "qbusiness.me-central-1.api.aws"
},
"me-south-1": {
"hostname": "qbusiness.me-south-1.api.aws"
},
"sa-east-1": {
"hostname": "qbusiness.sa-east-1.api.aws"
},
"us-east-1": {
"hostname": "qbusiness.us-east-1.api.aws"
},
"us-east-2": {
"hostname": "qbusiness.us-east-2.api.aws"
},
"us-west-1": {
"hostname": "qbusiness.us-west-1.api.aws"
},
"us-west-2": {
"hostname": "qbusiness.us-west-2.api.aws"
}
}
},
"qldb": {
"endpoints": {
"ap-northeast-1": {},
Expand Down Expand Up @@ -21863,6 +21961,26 @@
}
}
},
"qbusiness": {
"defaults": {
"dnsSuffix": "api.amazonwebservices.com.cn",
"variants": [
{
"dnsSuffix": "api.amazonwebservices.com.cn",
"hostname": "{service}-fips.{region}.{dnsSuffix}",
"tags": ["fips"]
}
]
},
"endpoints": {
"cn-north-1": {
"hostname": "qbusiness.cn-north-1.api.amazonwebservices.com.cn"
},
"cn-northwest-1": {
"hostname": "qbusiness.cn-northwest-1.api.amazonwebservices.com.cn"
}
}
},
"ram": {
"endpoints": {
"cn-north-1": {},
Expand Down Expand Up @@ -23871,6 +23989,40 @@
}
}
},
"drs": {
"endpoints": {
"fips-us-gov-east-1": {
"credentialScope": {
"region": "us-gov-east-1"
},
"deprecated": true,
"hostname": "drs-fips.us-gov-east-1.amazonaws.com"
},
"fips-us-gov-west-1": {
"credentialScope": {
"region": "us-gov-west-1"
},
"deprecated": true,
"hostname": "drs-fips.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1": {
"variants": [
{
"hostname": "drs-fips.us-gov-east-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-gov-west-1": {
"variants": [
{
"hostname": "drs-fips.us-gov-west-1.amazonaws.com",
"tags": ["fips"]
}
]
}
}
},
"ds": {
"endpoints": {
"fips-us-gov-east-1": {
Expand Down Expand Up @@ -25923,6 +26075,26 @@
}
}
},
"qbusiness": {
"defaults": {
"dnsSuffix": "api.aws",
"variants": [
{
"dnsSuffix": "api.aws",
"hostname": "{service}-fips.{region}.{dnsSuffix}",
"tags": ["fips"]
}
]
},
"endpoints": {
"us-gov-east-1": {
"hostname": "qbusiness.us-gov-east-1.api.aws"
},
"us-gov-west-1": {
"hostname": "qbusiness.us-gov-west-1.api.aws"
}
}
},
"quicksight": {
"endpoints": {
"api": {},
Expand Down Expand Up @@ -27716,6 +27888,25 @@
"us-iso-east-1": {}
}
},
"datasync": {
"endpoints": {
"fips-us-iso-west-1": {
"credentialScope": {
"region": "us-iso-west-1"
},
"deprecated": true,
"hostname": "datasync-fips.us-iso-west-1.c2s.ic.gov"
},
"us-iso-west-1": {
"variants": [
{
"hostname": "datasync-fips.us-iso-west-1.c2s.ic.gov",
"tags": ["fips"]
}
]
}
}
},
"directconnect": {
"endpoints": {
"us-iso-east-1": {},
Expand Down

0 comments on commit 1fb3ae3

Please sign in to comment.