Skip to content

Commit 65a0485

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2022-07-11
1 parent be3a0a8 commit 65a0485

File tree

3 files changed

+69
-1
lines changed

3 files changed

+69
-1
lines changed

clients/client-sso-oidc/src/endpoints.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv
33
import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types";
44

55
const regionHash: RegionHash = {
6+
"ap-east-1": {
7+
variants: [
8+
{
9+
hostname: "oidc.ap-east-1.amazonaws.com",
10+
tags: [],
11+
},
12+
],
13+
signingRegion: "ap-east-1",
14+
},
615
"ap-northeast-1": {
716
variants: [
817
{
@@ -120,6 +129,15 @@ const regionHash: RegionHash = {
120129
],
121130
signingRegion: "eu-west-3",
122131
},
132+
"me-south-1": {
133+
variants: [
134+
{
135+
hostname: "oidc.me-south-1.amazonaws.com",
136+
tags: [],
137+
},
138+
],
139+
signingRegion: "me-south-1",
140+
},
123141
"sa-east-1": {
124142
variants: [
125143
{

clients/client-sso/src/endpoints.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv
33
import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types";
44

55
const regionHash: RegionHash = {
6+
"ap-east-1": {
7+
variants: [
8+
{
9+
hostname: "portal.sso.ap-east-1.amazonaws.com",
10+
tags: [],
11+
},
12+
],
13+
signingRegion: "ap-east-1",
14+
},
615
"ap-northeast-1": {
716
variants: [
817
{
@@ -120,6 +129,15 @@ const regionHash: RegionHash = {
120129
],
121130
signingRegion: "eu-west-3",
122131
},
132+
"me-south-1": {
133+
variants: [
134+
{
135+
hostname: "portal.sso.me-south-1.amazonaws.com",
136+
tags: [],
137+
},
138+
],
139+
signingRegion: "me-south-1",
140+
},
123141
"sa-east-1": {
124142
variants: [
125143
{

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

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,10 +455,15 @@
455455
"ap-southeast-2": {},
456456
"ca-central-1": {},
457457
"eu-central-1": {},
458+
"eu-north-1": {},
458459
"eu-west-1": {},
459460
"eu-west-2": {},
461+
"eu-west-3": {},
462+
"me-south-1": {},
463+
"sa-east-1": {},
460464
"us-east-1": {},
461465
"us-east-2": {},
466+
"us-west-1": {},
462467
"us-west-2": {}
463468
}
464469
},
@@ -1598,6 +1603,7 @@
15981603
"deprecated": true,
15991604
"hostname": "appstream2-fips.us-east-1.amazonaws.com"
16001605
},
1606+
"us-east-2": {},
16011607
"us-west-2": {
16021608
"variants": [
16031609
{
@@ -7790,6 +7796,7 @@
77907796
},
77917797
"kinesisvideo": {
77927798
"endpoints": {
7799+
"af-south-1": {},
77937800
"ap-east-1": {},
77947801
"ap-northeast-1": {},
77957802
"ap-northeast-2": {},
@@ -9701,6 +9708,12 @@
97019708
},
97029709
"oidc": {
97039710
"endpoints": {
9711+
"ap-east-1": {
9712+
"credentialScope": {
9713+
"region": "ap-east-1"
9714+
},
9715+
"hostname": "oidc.ap-east-1.amazonaws.com"
9716+
},
97049717
"ap-northeast-1": {
97059718
"credentialScope": {
97069719
"region": "ap-northeast-1"
@@ -9779,6 +9792,12 @@
97799792
},
97809793
"hostname": "oidc.eu-west-3.amazonaws.com"
97819794
},
9795+
"me-south-1": {
9796+
"credentialScope": {
9797+
"region": "me-south-1"
9798+
},
9799+
"hostname": "oidc.me-south-1.amazonaws.com"
9800+
},
97829801
"sa-east-1": {
97839802
"credentialScope": {
97849803
"region": "sa-east-1"
@@ -10134,6 +10153,12 @@
1013410153
},
1013510154
"portal.sso": {
1013610155
"endpoints": {
10156+
"ap-east-1": {
10157+
"credentialScope": {
10158+
"region": "ap-east-1"
10159+
},
10160+
"hostname": "portal.sso.ap-east-1.amazonaws.com"
10161+
},
1013710162
"ap-northeast-1": {
1013810163
"credentialScope": {
1013910164
"region": "ap-northeast-1"
@@ -10212,6 +10237,12 @@
1021210237
},
1021310238
"hostname": "portal.sso.eu-west-3.amazonaws.com"
1021410239
},
10240+
"me-south-1": {
10241+
"credentialScope": {
10242+
"region": "me-south-1"
10243+
},
10244+
"hostname": "portal.sso.me-south-1.amazonaws.com"
10245+
},
1021510246
"sa-east-1": {
1021610247
"credentialScope": {
1021710248
"region": "sa-east-1"
@@ -20885,7 +20916,8 @@
2088520916
},
2088620917
"es": {
2088720918
"endpoints": {
20888-
"us-iso-east-1": {}
20919+
"us-iso-east-1": {},
20920+
"us-iso-west-1": {}
2088920921
}
2089020922
},
2089120923
"events": {

0 commit comments

Comments
 (0)