Skip to content

Commit 5212ad1

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2022-10-25
1 parent 228874a commit 5212ad1

File tree

7 files changed

+15
-6
lines changed

7 files changed

+15
-6
lines changed

clients/client-backup/src/commands/StartCopyJobCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class StartCopyJobCommand 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" },

clients/client-ecr/src/commands/DescribePullThroughCacheRulesCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export class DescribePullThroughCacheRulesCommand 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-fis/src/commands/GetExperimentCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export class GetExperimentCommand extends $Command<
5555

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

clients/client-iot-jobs-data-plane/src/commands/GetPendingJobExecutionsCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export class GetPendingJobExecutionsCommand extends $Command<
5555

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

clients/client-personalize/src/commands/ListDatasetGroupsCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export class ListDatasetGroupsCommand 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-route-53-domains/src/commands/CancelDomainTransferToAnotherAwsAccountCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export class CancelDomainTransferToAnotherAwsAccountCommand extends $Command<
7676
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
7777
Endpoint: { type: "builtInParams", name: "endpoint" },
7878
Region: { type: "builtInParams", name: "region" },
79-
UseDualStack: { type: "builtInParams", name: "useDualStack" },
79+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
8080
};
8181
}
8282

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3793,6 +3793,7 @@
37933793
"deprecated": true,
37943794
"hostname": "data.iot-fips.us-west-2.amazonaws.com"
37953795
},
3796+
"me-central-1": {},
37963797
"me-south-1": {},
37973798
"sa-east-1": {},
37983799
"us-east-1": {
@@ -7928,6 +7929,7 @@
79287929
"deprecated": true,
79297930
"hostname": "iot-fips.us-west-2.amazonaws.com"
79307931
},
7932+
"me-central-1": {},
79317933
"me-south-1": {},
79327934
"sa-east-1": {},
79337935
"us-east-1": {
@@ -11505,6 +11507,7 @@
1150511507
"deprecated": true,
1150611508
"hostname": "ram-fips.us-west-2.amazonaws.com"
1150711509
},
11510+
"me-central-1": {},
1150811511
"me-south-1": {},
1150911512
"sa-east-1": {},
1151011513
"us-east-1": {
@@ -16558,6 +16561,12 @@
1655816561
"fips-us-west-2": {
1655916562
"deprecated": true
1656016563
},
16564+
"ui-ap-northeast-1": {},
16565+
"ui-ap-southeast-2": {},
16566+
"ui-eu-central-1": {},
16567+
"ui-eu-west-2": {},
16568+
"ui-us-east-1": {},
16569+
"ui-us-west-2": {},
1656116570
"us-east-1": {
1656216571
"variants": [
1656316572
{

0 commit comments

Comments
 (0)