Skip to content

Commit ec747ca

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2022-10-19
1 parent 0a32aa0 commit ec747ca

File tree

539 files changed

+621
-536
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

539 files changed

+621
-536
lines changed

clients/client-efs/src/endpoints.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,14 @@ const regionHash: RegionHash = {
147147
},
148148
],
149149
},
150+
"me-central-1": {
151+
variants: [
152+
{
153+
hostname: "elasticfilesystem-fips.me-central-1.amazonaws.com",
154+
tags: ["fips"],
155+
},
156+
],
157+
},
150158
"me-south-1": {
151159
variants: [
152160
{
@@ -264,6 +272,7 @@ const partitionHash: PartitionHash = {
264272
"fips-eu-west-1",
265273
"fips-eu-west-2",
266274
"fips-eu-west-3",
275+
"fips-me-central-1",
267276
"fips-me-south-1",
268277
"fips-sa-east-1",
269278
"fips-us-east-1",

clients/client-frauddetector/src/commands/BatchCreateVariableCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class BatchCreateVariableCommand extends $Command<
5656
public static getEndpointParameterInstructions(): EndpointParameterInstructions {
5757
return {
5858
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
59-
Endpoint: { type: "builtInParams", name: "Endpoint" },
59+
Endpoint: { type: "builtInParams", name: "endpoint" },
6060
Region: { type: "builtInParams", name: "region" },
6161
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
6262
};

clients/client-frauddetector/src/commands/BatchGetVariableCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class BatchGetVariableCommand extends $Command<
5656
public static getEndpointParameterInstructions(): EndpointParameterInstructions {
5757
return {
5858
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
59-
Endpoint: { type: "builtInParams", name: "Endpoint" },
59+
Endpoint: { type: "builtInParams", name: "endpoint" },
6060
Region: { type: "builtInParams", name: "region" },
6161
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
6262
};

clients/client-frauddetector/src/commands/CancelBatchImportJobCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class CancelBatchImportJobCommand extends $Command<
5656
public static getEndpointParameterInstructions(): EndpointParameterInstructions {
5757
return {
5858
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
59-
Endpoint: { type: "builtInParams", name: "Endpoint" },
59+
Endpoint: { type: "builtInParams", name: "endpoint" },
6060
Region: { type: "builtInParams", name: "region" },
6161
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
6262
};

clients/client-frauddetector/src/commands/CancelBatchPredictionJobCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class CancelBatchPredictionJobCommand extends $Command<
5656
public static getEndpointParameterInstructions(): EndpointParameterInstructions {
5757
return {
5858
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
59-
Endpoint: { type: "builtInParams", name: "Endpoint" },
59+
Endpoint: { type: "builtInParams", name: "endpoint" },
6060
Region: { type: "builtInParams", name: "region" },
6161
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
6262
};

clients/client-frauddetector/src/commands/CreateBatchImportJobCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class CreateBatchImportJobCommand extends $Command<
5656
public static getEndpointParameterInstructions(): EndpointParameterInstructions {
5757
return {
5858
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
59-
Endpoint: { type: "builtInParams", name: "Endpoint" },
59+
Endpoint: { type: "builtInParams", name: "endpoint" },
6060
Region: { type: "builtInParams", name: "region" },
6161
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
6262
};

clients/client-frauddetector/src/commands/CreateBatchPredictionJobCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class CreateBatchPredictionJobCommand extends $Command<
5656
public static getEndpointParameterInstructions(): EndpointParameterInstructions {
5757
return {
5858
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
59-
Endpoint: { type: "builtInParams", name: "Endpoint" },
59+
Endpoint: { type: "builtInParams", name: "endpoint" },
6060
Region: { type: "builtInParams", name: "region" },
6161
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
6262
};

clients/client-frauddetector/src/commands/CreateDetectorVersionCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class CreateDetectorVersionCommand extends $Command<
5656
public static getEndpointParameterInstructions(): EndpointParameterInstructions {
5757
return {
5858
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
59-
Endpoint: { type: "builtInParams", name: "Endpoint" },
59+
Endpoint: { type: "builtInParams", name: "endpoint" },
6060
Region: { type: "builtInParams", name: "region" },
6161
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
6262
};

clients/client-frauddetector/src/commands/CreateModelCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class CreateModelCommand extends $Command<
5656
public static getEndpointParameterInstructions(): EndpointParameterInstructions {
5757
return {
5858
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
59-
Endpoint: { type: "builtInParams", name: "Endpoint" },
59+
Endpoint: { type: "builtInParams", name: "endpoint" },
6060
Region: { type: "builtInParams", name: "region" },
6161
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
6262
};

clients/client-frauddetector/src/commands/CreateModelVersionCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export class CreateModelVersionCommand extends $Command<
5757
public static getEndpointParameterInstructions(): EndpointParameterInstructions {
5858
return {
5959
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
60-
Endpoint: { type: "builtInParams", name: "Endpoint" },
60+
Endpoint: { type: "builtInParams", name: "endpoint" },
6161
Region: { type: "builtInParams", name: "region" },
6262
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
6363
};

0 commit comments

Comments
 (0)