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
};

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class CreateRuleCommand 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/CreateVariableCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class CreateVariableCommand 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/DeleteBatchImportJobCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class DeleteBatchImportJobCommand 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/DeleteBatchPredictionJobCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class DeleteBatchPredictionJobCommand 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/DeleteDetectorCommand.ts

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

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

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

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

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

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

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

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class DeleteEventsByEventTypeCommand 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/DeleteExternalModelCommand.ts

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class DescribeDetectorCommand 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/DescribeModelVersionsCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class DescribeModelVersionsCommand 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/GetBatchImportJobsCommand.ts

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class GetBatchPredictionJobsCommand 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/GetDeleteEventsByEventTypeStatusCommand.ts

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class GetDetectorVersionCommand 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/GetDetectorsCommand.ts

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

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

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

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class GetEventPredictionCommand 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/GetEventPredictionMetadataCommand.ts

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

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

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

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

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

0 commit comments

Comments
 (0)