Skip to content

Commit 34fc28e

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2022-11-11
1 parent a0ad760 commit 34fc28e

File tree

5 files changed

+19
-5
lines changed

5 files changed

+19
-5
lines changed

clients/client-api-gateway/src/commands/GetApiKeyCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export class GetApiKeyCommand extends $Command<
5858
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
5959
Endpoint: { type: "builtInParams", name: "endpoint" },
6060
Region: { type: "builtInParams", name: "region" },
61-
UseDualStack: { type: "builtInParams", name: "useDualStack" },
61+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
6262
};
6363
}
6464

clients/client-lakeformation/src/commands/UpdateTableStorageOptimizerCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export class UpdateTableStorageOptimizerCommand extends $Command<
6060
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
6161
Endpoint: { type: "builtInParams", name: "endpoint" },
6262
Region: { type: "builtInParams", name: "region" },
63-
UseDualStack: { type: "builtInParams", name: "useDualStack" },
63+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
6464
};
6565
}
6666

clients/client-networkmanager/src/commands/AssociateCustomerGatewayCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export class AssociateCustomerGatewayCommand extends $Command<
6666
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
6767
Endpoint: { type: "builtInParams", name: "endpoint" },
6868
Region: { type: "builtInParams", name: "region" },
69-
UseDualStack: { type: "builtInParams", name: "useDualStack" },
69+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
7070
};
7171
}
7272

clients/client-privatenetworks/src/commands/ListNetworkSitesCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class ListNetworkSitesCommand extends $Command<
5656

5757
public static getEndpointParameterInstructions(): EndpointParameterInstructions {
5858
return {
59-
UseFIPS: { type: "builtInParams", name: "useFIPS" },
59+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
6060
Endpoint: { type: "builtInParams", name: "endpoint" },
6161
Region: { type: "builtInParams", name: "region" },
6262
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },

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

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6187,6 +6187,7 @@
61876187
"ap-south-1": {},
61886188
"ap-southeast-1": {},
61896189
"ap-southeast-2": {},
6190+
"ap-southeast-3": {},
61906191
"ca-central-1": {},
61916192
"eu-central-1": {},
61926193
"eu-north-1": {},
@@ -7361,6 +7362,7 @@
73617362
},
73627363
"gamesparks": {
73637364
"endpoints": {
7365+
"ap-northeast-1": {},
73647366
"us-east-1": {}
73657367
}
73667368
},
@@ -10843,7 +10845,6 @@
1084310845
"ap-south-1": {},
1084410846
"ap-southeast-1": {},
1084510847
"ap-southeast-2": {},
10846-
"ap-southeast-3": {},
1084710848
"ca-central-1": {
1084810849
"variants": [
1084910850
{
@@ -13657,6 +13658,19 @@
1365713658
"isRegionalized": false,
1365813659
"partitionEndpoint": "aws-global"
1365913660
},
13661+
"scheduler": {
13662+
"endpoints": {
13663+
"ap-northeast-1": {},
13664+
"ap-southeast-1": {},
13665+
"ap-southeast-2": {},
13666+
"eu-central-1": {},
13667+
"eu-north-1": {},
13668+
"eu-west-1": {},
13669+
"us-east-1": {},
13670+
"us-east-2": {},
13671+
"us-west-2": {}
13672+
}
13673+
},
1366013674
"schemas": {
1366113675
"endpoints": {
1366213676
"ap-east-1": {},

0 commit comments

Comments
 (0)