Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2022-07-11
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 11, 2022
1 parent be3a0a8 commit 65a0485
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 1 deletion.
18 changes: 18 additions & 0 deletions clients/client-sso-oidc/src/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv
import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types";

const regionHash: RegionHash = {
"ap-east-1": {
variants: [
{
hostname: "oidc.ap-east-1.amazonaws.com",
tags: [],
},
],
signingRegion: "ap-east-1",
},
"ap-northeast-1": {
variants: [
{
Expand Down Expand Up @@ -120,6 +129,15 @@ const regionHash: RegionHash = {
],
signingRegion: "eu-west-3",
},
"me-south-1": {
variants: [
{
hostname: "oidc.me-south-1.amazonaws.com",
tags: [],
},
],
signingRegion: "me-south-1",
},
"sa-east-1": {
variants: [
{
Expand Down
18 changes: 18 additions & 0 deletions clients/client-sso/src/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv
import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types";

const regionHash: RegionHash = {
"ap-east-1": {
variants: [
{
hostname: "portal.sso.ap-east-1.amazonaws.com",
tags: [],
},
],
signingRegion: "ap-east-1",
},
"ap-northeast-1": {
variants: [
{
Expand Down Expand Up @@ -120,6 +129,15 @@ const regionHash: RegionHash = {
],
signingRegion: "eu-west-3",
},
"me-south-1": {
variants: [
{
hostname: "portal.sso.me-south-1.amazonaws.com",
tags: [],
},
],
signingRegion: "me-south-1",
},
"sa-east-1": {
variants: [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -455,10 +455,15 @@
"ap-southeast-2": {},
"ca-central-1": {},
"eu-central-1": {},
"eu-north-1": {},
"eu-west-1": {},
"eu-west-2": {},
"eu-west-3": {},
"me-south-1": {},
"sa-east-1": {},
"us-east-1": {},
"us-east-2": {},
"us-west-1": {},
"us-west-2": {}
}
},
Expand Down Expand Up @@ -1598,6 +1603,7 @@
"deprecated": true,
"hostname": "appstream2-fips.us-east-1.amazonaws.com"
},
"us-east-2": {},
"us-west-2": {
"variants": [
{
Expand Down Expand Up @@ -7790,6 +7796,7 @@
},
"kinesisvideo": {
"endpoints": {
"af-south-1": {},
"ap-east-1": {},
"ap-northeast-1": {},
"ap-northeast-2": {},
Expand Down Expand Up @@ -9701,6 +9708,12 @@
},
"oidc": {
"endpoints": {
"ap-east-1": {
"credentialScope": {
"region": "ap-east-1"
},
"hostname": "oidc.ap-east-1.amazonaws.com"
},
"ap-northeast-1": {
"credentialScope": {
"region": "ap-northeast-1"
Expand Down Expand Up @@ -9779,6 +9792,12 @@
},
"hostname": "oidc.eu-west-3.amazonaws.com"
},
"me-south-1": {
"credentialScope": {
"region": "me-south-1"
},
"hostname": "oidc.me-south-1.amazonaws.com"
},
"sa-east-1": {
"credentialScope": {
"region": "sa-east-1"
Expand Down Expand Up @@ -10134,6 +10153,12 @@
},
"portal.sso": {
"endpoints": {
"ap-east-1": {
"credentialScope": {
"region": "ap-east-1"
},
"hostname": "portal.sso.ap-east-1.amazonaws.com"
},
"ap-northeast-1": {
"credentialScope": {
"region": "ap-northeast-1"
Expand Down Expand Up @@ -10212,6 +10237,12 @@
},
"hostname": "portal.sso.eu-west-3.amazonaws.com"
},
"me-south-1": {
"credentialScope": {
"region": "me-south-1"
},
"hostname": "portal.sso.me-south-1.amazonaws.com"
},
"sa-east-1": {
"credentialScope": {
"region": "sa-east-1"
Expand Down Expand Up @@ -20885,7 +20916,8 @@
},
"es": {
"endpoints": {
"us-iso-east-1": {}
"us-iso-east-1": {},
"us-iso-west-1": {}
}
},
"events": {
Expand Down

0 comments on commit 65a0485

Please sign in to comment.